home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / lftp / FAQ < prev    next >
Text File  |  2008-12-12  |  2KB  |  42 lines

  1. Q: I have compile/link problems.
  2. A: Some common installation problems are described in the INSTALL file.
  3.    If your case is not covered, please send a problem report.
  4.  
  5. Q: How can I see the greeting message from the server?
  6. A: Try `debug 3'. It is disabled by default to keep the screen clear in case
  7.    of several simultaneous connections.
  8.  
  9. Q: Why doesn't lftp download files like this: `lftp ftp://host/path/file'?
  10. A: It expects an URL of a directory. To download a file use `lftpget URL'.
  11.  
  12. Q: What is the %2F in ftp URL's?
  13. A: RFC1738 specifies that clients handling ftp URL's should interpret them
  14.    as HOME relative by default. %2F stands for leading slash pointing to
  15.    the root directory.
  16.  
  17. Q: Why do the secure protocols https and ftps give the "PRNG not seeded" error
  18.    message?
  19. A: Your system probably lacks a /dev/random-like device. Create a ~/.rnd file
  20.    containing random characters and SSL will work. See also the OpenSSL FAQ
  21.    about this.
  22.  
  23. Q: Why does lftp say that locking fails all the time? (on linux)
  24. A: You have compiled lftp with large file support (>2G) but your kernel
  25.    does not support 64-bit file-locking. Either install a better kernel
  26.    (e.g. linux-2.4.x) or compile lftp without large file support
  27.    (configure --disable-largefile)
  28.  
  29. Q: Where is lls?
  30. A: !ls
  31.  
  32. Q: Why doesn't `mirror' download files starting with a dot? I can see the files
  33.    using `ls -a'.
  34. A: Try `set ftp:list-options -a'.
  35.  
  36. Q: ^Z doesn't work in Cygwin.
  37. A: Use "SET CYGWIN=TTY".  This must be done before starting a shell, if any.
  38.  
  39. Q: lftp consumes 100% CPU on MacOS X Tiger just waiting at the command prompt.
  40. A: See http://www.mail-archive.com/lftp%40uniyar.ac.ru/msg02101.html for
  41.    a workaround for MacOS X bug.
  42.